@charset "utf-8";
/* CSS Document */
ul { font-family: "Comic Sans MS";
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}
h2 { text-align: center}
p {text-align: center}
h2 {font-family: "Comic Sans MS"}
p {font-family: "Comic Sans MS"}
h1 {font-family: "Comic Sans MS"}
h1 {font-size: 100px;}

p { color: aqua;
font-size:30px;
font-style: bold;
}
h2 {font-size:40px}
footer {font-family: "Comic Sans MS"}
footer {font-size: 17px}

p {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 150px;
  margin-left: 80px;
}
footer {
	font-family: "Comic Sans MS";
	font-size: 17px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: orange;
	color: white;
	text-align: center;
}
footer {
	font-family: "Comic Sans MS";
	font-size: 17px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: orange;
	color: white;
	text-align: center;
}